Sorry, very new to python. Essentially I have a long list of file names, some in the format NAME_XX123456 and others in the format NAME_XX123456_123456. I am ne
I'm doing an application and I need to do a Login. I already do it, and it was working until yesterday, but today it stops work and I don't know why. I was sear
I have an x-macro like this #define LIST_OF_REGISTERS_R16 \ X(0x00, B) \ X(0x10, D) \ X(0x20, H) \ X(0x30, S) and I define it like so #define X
I have a multichoice alertdialog that's displaying a checklist of ~ 20 items, and 2 EditTexts, and positive button. It perfectly works when I display only ~ 8 o
In my excel csv files, there are around 1500 rows and 30 columns. I believe I can use python to complete it. so here is my target: How to let python read my exc
so the problem with my code is that when I try to run the program it says there is an error with one of the file names. I have saved the pictures as a gif but i
I wonder if there is a way to access the current logging level of a connector in Mule 4. e.g., I have configured an Logger: Is there a way to get the level con
I'd like to schedule the execution of a Cloud Function to a specific time. It should be run only once. I basically have a function "startTask" which modifies s
I have this class: public class Campaign{ public int campaign_id { get; set; } public string campaign_name { get; set; } public int rep